home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 17
/
AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso
/
mui
/
developer
/
extclasses
/
mcc_tron
/
source
/
rev
/
tron.mcp.rev
< prev
Wrap
Text File
|
1977-12-31
|
710b
|
21 lines
#define __VERSION 16
#define __REVISION 18
#define __FIRSTYEAR 96
#define __DATE "13.8.96"
#define __VERSTAG "\0$VER: Tron.mcp 16.18 (13.8.96) Copyright 1996 kmel, Klaus Melchior"
#define __VERSCR "Copyright 1996 kmel, Klaus Melchior"
#define __VERSWR "Written 1996 kmel, Klaus Melchior"
#define __VSTRING "Tron.mcp 16.18 (13.8.96)"
#define __VERS "Tron.mcp 16.18"
#define __NAME "Tron.mcp"
#define __AUTHOR "kmel, Klaus Melchior"
#ifdef VARS
char *vers_tag = __VERSTAG;
char *vers_string = __VSTRING;
char *vers_text = __VERS;
char *vers_name = __NAME;
int vers_version = __VERSION;
int vers_revision = __REVISION;
#endif